home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4198 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  779 b 

  1. Path: inforamp.net!ts44-07
  2. From: rmorin@inforamp.net (Randy Charles Morin)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Accessing Access 1.1 or 2.0 databases with C/C++
  5. Date: Fri, 02 Feb 96 17:51:26 GMT
  6. Organization: MiddleWorld SoftWare
  7. Message-ID: <4etikv$7s1@sam.inforamp.net>
  8. References: <4e94qu$jc@chop.cdsnet.net>
  9. NNTP-Posting-Host: ts44-07.tor.inforamp.net
  10. X-Newsreader: News Xpress Version 1.0 Beta #4
  11.  
  12. In article <4e94qu$jc@chop.cdsnet.net>,
  13.    Mike Politowski <mnpoli@cdsnet.net> wrote:
  14. >    
  15. >    I am looking for some code to take a pre-made Access 1.1 database and 
  16. read from it and perform SQL searches on it.. thanks
  17. >
  18. >Mike
  19.  
  20. ODBC (Open DataBase Connectivity)
  21. This standard alloys you to connect to almost very database format
  22. and use semi-simple SQL in a C framework.
  23.  
  24. Agrivar
  25.